From 98a06fb978f9c7f1513ca5e097299f2fb21d322d Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 6 May 2005 15:13:45 +0000 Subject: [PATCH] Change capabilties vec to show we only write routes. --- gpsbabel/tef_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tef_xml.c b/gpsbabel/tef_xml.c index e22d8ada8..51946ad26 100644 --- a/gpsbabel/tef_xml.c +++ b/gpsbabel/tef_xml.c @@ -287,7 +287,7 @@ tef_xml_rd_deinit(void) ff_vecs_t tef_xml_vecs = { ff_type_file, - { ff_cap_read, ff_cap_none, ff_cap_none }, + { ff_cap_none, ff_cap_none, ff_cap_write }, tef_xml_rd_init, NULL, tef_xml_rd_deinit, -- 2.30.2